home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / spiele / gnuchess / src / doc / chesstool < prev    next >
Text File  |  1995-07-02  |  2KB  |  70 lines

  1. Chesstool interface
  2.  
  3. save - save game to file
  4. test - no - op
  5. remove - take back 2 half-moves
  6. exit
  7. resign
  8. first - machine first
  9. restore - opposite of save
  10. clock - print white and black clock
  11. white
  12. black
  13. hshort - give hint
  14. score - list moves
  15. setup - setup board. never quit figured setup out. should be like xboard but ???
  16. repeat - show last move
  17. a2a4 - move in algebraic format
  18. o-o
  19. o-o-o
  20. e7e8 - pawn promotion always to queen
  21.  
  22. xboard
  23.  
  24. See gnuchess manual page for all options that might be set in startup string.
  25.  
  26. easy - don't compute while opponent moves. must be set for xboard
  27. save - save game to file
  28. get - read position from gnuchess savefile
  29. undo - undo 1 half move
  30. remove - undo 2 half moves
  31. xget - read position from xboard save file
  32. setup - setup board with subcommands:
  33.                     # - clear board
  34.                     c - change sides
  35.                     . - end setup
  36.                     pa4 - put pawn at a4
  37. black - machine black
  38. white - machine white
  39. go - tells machine to move first    gnuchess3.1+ or gnuchess only
  40. hint - give hint
  41. time - tell chess program the clock values    gnuchess only
  42.     otherwise its hard to keep the clocks in sync.
  43. post - include PV with each move as in:
  44.     3. h2h4     -7  d7d5  e4d5  d8d5  b1c3
  45. a2a4 - move in algebraic format
  46. o-o
  47. o-o-o
  48. e7e8 - pawn promotion always to queen
  49.  
  50.  
  51. so game looks like this:
  52.  
  53. Chess                 Always first response from xboard or chess
  54. e2e4                human move
  55. 1. e2e4                move is echoed back by machine
  56. 1. ... e7e5            machine move
  57. a2a4                human move
  58. 2. a2a4                echo
  59. 2. ... g8f6            machine move
  60. post                if post is set
  61. b2b3                human move
  62. 3. b2b3    -16  g8f6  g1f3    echo back with computer predicted best line and score
  63. 3. ... f6e4            machine move
  64. b1c3
  65. 4. b1c3   -102  f6e4  g1f3
  66. 4. ... e4c3
  67. quit
  68. 5. quit   -141  e4c3  d2c3  d7d5
  69.  
  70.